func github.com/andybalholm/brotli.hash5
5 uses
github.com/andybalholm/brotli (current package)
compress_fragment.go#L21: func hash5(p []byte, shift uint) uint32 {
compress_fragment.go#L559: for next_hash = hash5(in[ip:], shift); ; {
compress_fragment.go#L586: assert(hash == hash5(in[next_ip:], shift))
compress_fragment.go#L593: next_hash = hash5(in[next_ip:], shift)
compress_fragment.go#L716: next_hash = hash5(in[ip:], shift)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |